difference between read_repository and read_registry in gitlab
gitlab 權限管理
gitlab 有一堆權限管理東東,詳情,透過適當的設計來安全權限給予.
這邊說一下之前遇到的問題,read_repository and read_registry 差別在哪裡!官方解釋對個別解釋如下:
read_registry
-Grants read-only (pull) access to a Container Registry images if a project is private and authorization is required. Available only when the Container Registry is enabled.
read_repository
-Grants read-only access to repositories on private projects using Git-over-HTTP or the Repository Files API.
小結:read_registry 主要是讓你只能抓 image 下來,read_repository 則是可以檢查 repo 裡面所有分支,commit 等,並可以 clone repository,但不能 push!